Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.ecm.user.center.oauth.actions

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.user.center.oauth.actions">

  <extension target="org.nuxeo.ecm.platform.actions.ActionService"
    point="actions">

    <action id="AuthorizedApplication" link="/user_center_fragment.xhtml"
      type="home_rest_document_link"
      label="user.center.authorizedApplication"
      order="50" icon="/icons/authorized_apps.png">
      <category>USER_CENTER</category>
      <filter-id>not_anonymous</filter-id>
      <filter-id>not_transient_user</filter-id>
    </action>

    <action id="AuthorizedApplicationMain" link="/incl/oauth/authorized_applications.xhtml"
      label=""
      order="10">
      <category>AuthorizedApplication_sub_tab</category>
    </action>

    <action id="OAuthTokens" link="/incl/oauth/user_tokens.xhtml" label="tab.user.center.cloudServices" order="55">
      <category>USER_CENTER</category>
      <filter-id>not_anonymous</filter-id>
      <filter-id>not_transient_user</filter-id>
    </action>

  </extension>

</component>